*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 28 Feb 2001 12:41:46 +0000 (12:41 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 28 Feb 2001 12:41:46 +0000 (12:41 +0000)
etc/NEWS
lisp/ChangeLog

index c82e503195e7ec2795c4b37e7ed1d48e154225d2..8870900c24f7f9a70a69ca1951fa40ffeb82a478 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1502,6 +1502,27 @@ methods in Leim.
 These new environments mainly select appropriate translations
 of the tutorial.
 
+** In Ethiopic language environment, special key bindings for
+function keys are changed as follows.  This is to conform to "Emacs
+Lisp Coding Convention".
+
+    new  command                            old-binding
+    ---  -------                            -----------
+    f3   ethio-fidel-to-sera-buffer         f5
+    S-f3 ethio-fidel-to-sera-region         f5
+    C-f3 ethio-fidel-to-sera-mail-or-marker f5
+
+    f4   ethio-sera-to-fidel-buffer         unchanged
+    S-f4 ethio-sera-to-fidel-region         unchanged
+    C-f4 ethio-sera-to-fidel-mail-or-marker unchanged
+
+    S-f5 ethio-toggle-punctuation           f3
+    S-f6 ethio-modify-vowel                 f6
+    S-f7 ethio-replace-space                f7
+    S-f8 ethio-input-special-character      f8
+    S-f9 ethio-replace-space                unchanged
+    C-f9 ethio-toggle-space                 f2
+
 +++
 ** Fortran mode has a new command `fortran-strip-sequence-nos' to
 remove text past column 72.  The syntax class of `\' in Fortran is now
index 1a4b8ccaa54f2861449e6d020f885c04c0c3b9f5..bad9df015e3eb35a9939d4ba21ba153939e2d582 100644 (file)
@@ -6,6 +6,8 @@
 
        * language/ethiopic.el ("Ethiopic"): Add documentation.
 
+2001-02-28  Kenichi Handa  <handa@etl.go.jp>
+
        * international/utf-8.el (mule-utf-8): Set coding-category
        property to coding-category-utf-8.